import camelToNorm from './camelToNorm';
/**
* Get Material Table columns from your API data
* @param {Array<JSON>} rawData need raw state data in order to reliably find object that has all your keys
* @param {Array<String>} ignoredColums columns we want to ignore from our data
* @param {JSON} replaceColumns key value where key is the original column name and the value is the replacement value
*/
const columnConfigCreator = (rawData, ignoredColumns, replaceColumns) => {